home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-15 | 1002 b | 49 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Sphere
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Sphere.tiff
- GLOBAL_RESOURCES = HelpPanel.nib InfoPanel.nib Sphere.nib RButton.tiff\
- Sphere.tiff SSphere.tiff
-
- CLASSES = SphereControl.m SphereDrawerObject.m SphereView.m
-
- HFILES = SphereControl.h SphereDrawerObject.h SphereView.h
-
- MFILES = Sphere_main.m
-
- PSWFILES = DrawPoly.psw
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Sphere.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-